Sets the values under the "Referenced Sample Positions" (0040,A132) element.
public void SetReferencedSamplePositions(
int[] value,
int temporalPointCount
)
Public Overloads Sub SetReferencedSamplePositions( _
ByVal value() As Integer, _
ByVal temporalPointCount As Integer _
)
public void SetReferencedSamplePositions(
int[] value,
int temporalPointCount
)
function Leadtools.Dicom.DicomWaveformAnnotation.SetReferencedSamplePositions(Int32[],Int32)(
value ,
temporalPointCount
)
public:
void SetReferencedSamplePositions(
array<int>^ value,
int temporalPointCount
)
value
Buffer that contains the values to set.
temporalPointCount
Number of values to set. TemporalPointCount is updated with this value.
This method can be used to update the values under the "Referenced Sample Positions" (0040,A132) element. This method will also update TemporalPointCount property to be equal to % temporalPointCount %.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET